home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / vbbs2pcb.zip / VBBS2PCB.DOC < prev    next >
Text File  |  1992-08-12  |  4KB  |  82 lines

  1.                                  VBBS2PCB
  2.                                 Version 1.0
  3.                            Written by Ray Novino
  4.                          RunWay BBS (215) 623-6203
  5.  
  6.                               ┌─────────────┐
  7. ──────────────────────────────┤ Description ├──────────────────────────────
  8.                               └─────────────┘
  9. This is a simple utility to convert a VBBS ascii master file listing to
  10. PCBoard file format.
  11.  
  12.                                ┌────────────┐
  13. ───────────────────────────────┤ Quick Start├──────────────────────────────
  14.                                └────────────┘
  15.  
  16. 1. VBBS2PCB <filename> Where filename is the VBBS master.lst to be converted.
  17.    Your VBBS listing will remain unchanged and a new file will be created
  18.    in the current directory called PCBDIR.
  19.  
  20.                               ┌─────────────┐
  21. ──────────────────────────────┤ Other Stuff ├──────────────────────────────
  22.                               └─────────────┘
  23.  
  24. 1. Because of the way VBBS posts the date of the file all files will be
  25.    stamped with "01-01-92".  You can use the "verify" option from within
  26.    PCBFiler to obtain the correct date from disk.  I could have converted
  27.    the VBBS date structure but didn't see the need.
  28.  
  29. 2. In order to word wrap the lines at 79 characters I'm running a second
  30.    pass on the formatted output.  Please be sure you have enough disk space
  31.    to handle it.
  32.  
  33. 3. This isn't the fastest utility but it should get the job done for you.
  34.    Hopefully you will only have to run it once.
  35.  
  36. 4. Problems, questions or suggestions?  I can be reached at RunWay BBS
  37.    SaltAir or the Sysop conference on most of the echo mail networks.
  38.  
  39. 5. The sample VBBS Master.LST I was given looked like this:
  40.  
  41.     1  !MASTER!.ZIP    84K   Sun Apr 26, 1992 12:00:00    40
  42.        The Palace's Master File List - Updated Daily
  43.     2  10TRIPLE.ZIP     4K   Mon Sep 9, 1991 12:00:00     18
  44.        Use ANY long distance carrier for LD calls. Easy
  45.     3  123TIPS1.ZIP    51K   Wed Oct 30, 1991 12:00:00    10
  46.        Hints and Tips for Lotus
  47.     4  123TIPS2.ZIP    45K   Wed Oct 30, 1991 12:00:00     8
  48.        Hints and tips for Lotus
  49.     5  800NUM.ZIP       4K   Mon Feb 17, 1992 12:00:00    22
  50.        A collection of 1-800 BBS numbers
  51.     6  80486.TXT        3K   Fri Feb 14, 1992 12:00:00    13
  52.        Info on Intel's 80486 chip
  53.     7  ADAM.ZIP         2K   Mon Jul 29, 1991 12:00:00    31
  54.        Story of Adam
  55.  
  56.   The newly created PCBDIR file will look like this:
  57.  
  58. !MASTER!.ZIP    86016  01-01-92  The Palace's Master File List - Updated Daily
  59. 10TRIPLE.ZIP     4096  01-01-92  Use ANY long distance carrier for LD calls.
  60.                                | Easy
  61. 123TIPS1.ZIP    52224  01-01-92  Hints and Tips for Lotus
  62. 123TIPS2.ZIP    46080  01-01-92  Hints and tips for Lotus
  63. 800NUM.ZIP       4096  01-01-92  A collection of 1-800 BBS numbers
  64. 80486.TXT        3072  01-01-92  Info on Intel's 80486 chip
  65. ADAM.ZIP         2048  01-01-92  Story of Adam
  66.  
  67.  
  68.                               ┌─────────────┐
  69. ──────────────────────────────┤ Registration├──────────────────────────────
  70.                               └─────────────┘
  71.  
  72. VBBS2PCB is offered free to all registered PCBoard sysops.  If you find that
  73. it has saved you time let me know so I won't spend the rest of my life feeling
  74. that the time spent writing these docs was a complete waste.
  75.  
  76.                                 ┌─────────┐
  77. ────────────────────────────────┤ History ├────────────────────────────────
  78.                                 └─────────┘
  79.  
  80. 08-12-92 v1.0
  81.    Initial public release.
  82.